BiWeeklyAnalyticsUIState

data class BiWeeklyAnalyticsUIState(val pastEvaluations: List<BiWeeklyEvaluationEntry>? = null, val graphData: List<LineData>? = null)

Represents the UI state for BiWeekly mood analytics. This includes past BiWeekly evaluations and corresponding graph data.

Constructors

Link copied to clipboard
constructor(pastEvaluations: List<BiWeeklyEvaluationEntry>? = null, graphData: List<LineData>? = null)

Properties

Link copied to clipboard
val graphData: List<LineData>? = null

A list of data points representing mood trends over time.

Link copied to clipboard

A list of past BiWeekly mood evaluations.